feat(minecraft): Update to 1.21.11 #2606
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SpongeAPI | Sponge
This pull request introduces support for new Nautilus-related entities, items, sounds, and effects, along with some minor API improvements and a version bump. The main focus is on adding the Nautilus and Zombie Nautilus entities, their associated types, sounds, and items, as well as updating relevant data types for better consistency.
New entity and type support:
NautilusandZombieNautilusentities, along with the sharedNautilusLikeinterface, and registered them inEntityTypes(Nautilus,ZombieNautilus) for use in the API. [1] [2] [3] [4] [5] [6] [7]Sound and effect additions:
SoundTypes. [1] [2] [3] [4] [5] [6]BREATH_OF_THE_NAUTILUSinPotionEffectTypes.Item and damage type additions:
COPPER_NAUTILUS_ARMORinItemTypes.SPEARinDamageTypes.API improvements and breaking changes:
ANGER_LEVELfromIntegertoLonginKeysand the corresponding method inAngerable, allowing for a broader range of values. [1] [2]ItemActionTypeto extendDefaultedRegistryValue<ItemActionType>for better type safety.Miscellaneous:
17.0.0-SNAPSHOTto18.0.0-SNAPSHOTingradle.properties.